power: pmic: pfuze100 support driver model
authorPeng Fan <[email protected]>
Fri, 7 Aug 2015 08:43:44 +0000 (16:43 +0800)
committerPrzemyslaw Marczak <[email protected]>
Wed, 12 Aug 2015 09:04:49 +0000 (11:04 +0200)
1. Support driver model for pfuze100.
2. Introduce a new Kconfig entry DM_PMIC_PFUZE100 for pfuze100
3. This driver intends to support PF100, PF200 and PF3000, so add
   the device id into the udevice_id array.
4. Rename PMIC_NUM_OF_REGS macro to PFUZE100_NUM_OF_REGS.

Signed-off-by: Peng Fan <[email protected]>
Cc: Przemyslaw Marczak <[email protected]>
Cc: Simon Glass <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/power/pmic/Makefile

index 6ef149aee7887c811dfa90bfc5f50e580685bd46..25b3f92e4fe5e6a56da94d8eeed1d3a7995d41d8 100644 (file)
@@ -7,6 +7,7 @@
 
 obj-$(CONFIG_DM_PMIC) += pmic-uclass.o
 obj-$(CONFIG_DM_PMIC_MAX77686) += max77686.o
+obj-$(CONFIG_DM_PMIC_PFUZE100) += pfuze100.o
 obj-$(CONFIG_DM_PMIC_SANDBOX) += sandbox.o i2c_pmic_emul.o
 obj-$(CONFIG_PMIC_TPS65090) += tps65090.o
 obj-$(CONFIG_PMIC_S5M8767) += s5m8767.o